records
Import for Re-export Volume
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"import-for-re-export-volume",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/import-for-re-export-volume"
}
] - "definitions":{
- "import-for-re-export-volume":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/import-for-re-export-volume_records"
}
}
} - "records":
} - "properties":
- "import-for-re-export-volume_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"number",
- "title":"Year",
- "description":""
} - "quarter":,{
- "type":"number",
- "title":"Quarter ",
- "description":""
} - "value_in_aed":,{
- "type":"number",
- "title":" Value in (AED)",
- "description":""
} - "weight_ton":{
- "type":"number",
- "title":"Weight (Ton)",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "import-for-re-export-volume":
}